CelestialBodyType
The type of a celestial body.
It can be any of the following strings: "Planet"
, "BlackHole"
, "Star"
.
Luau Type
This is the luau type for CelestialBodyType
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type CelestialBodyType = "Planet" | "BlackHole" | "Star"